Type IIterationStopCriterion<T>
Namespace MathNet.Numerics.LinearAlgebra.Solvers
Status
field of current object. The individual stop criteria may internally track the progress of the calculation based on the invocation of this method. Therefore this method should only be called if the calculation has moved forwards at least one step.
To implementers: Invoking this method should not clear the user defined property values, only the state that is used to track the progress of the calculation.
is not a legal value. Status should be set in DetermineStatus implementation.